home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / 000002_blitz-list-request_Tue Jul 5 16:51:31 1994.msg < prev    next >
Internet Message Format  |  1994-09-20  |  2KB

  1. Received: from funet.fi (funet.fi [130.230.1.1]) by kantti.helsinki.fi (8.6.9/8.6.5) with ESMTP id QAA01905 for <blitz-list@helsinki.fi>; Tue, 5 Jul 1994 16:51:05 +0300
  2. Received: from sisvax (actually sisvax.sis.port.ac.uk) by funet.fi 
  3.           with SMTP (PP); Tue, 5 Jul 1994 13:28:42 +0300
  4. Date: Tue, 5 Jul 1994 11:19:29 +0100
  5. Message-Id: <94070511192883@sisvax.sis.port.ac.uk>
  6. From: sis3147@sisvax.sis.port.ac.uk (Steve)
  7. To: blitz-list@helsinki.fi
  8. Subject: Yet another one...
  9. X-VMS-To: BLITZLIST
  10. MIME-Version: 1.0
  11. Content-Type: text/plain; charset="us-ascii"
  12. Content-Transfer-Encoding: 7bit
  13. X-Status: 
  14. Status: RO
  15.  
  16. Hi y'all,
  17.  
  18.     Just a quick note to say that there is another library currently in
  19. development. It's called the TrackDisk-Lib and contains commands to
  20. read/write sectors from a disk - if you dont want people to rip stuff
  21. from your programs (e.g. shape files/IFFs/modules etc.), you
  22. can write them to unused sectors of a disk and voila, its safe.
  23. It currently contains the following commands :
  24.  
  25.     OpenDisk unit#
  26.     CloseDisk unit#
  27.     MotorOn unit#                 ; not really necessary
  28.     MotorOff unit#
  29.     ReadSector unit#,sector#,buffer[,numsectors]
  30.     WriteSector unit#,sector#,buffer[,numsectors]
  31.     FormatTrack unit#,track#,buffer[,numtracks]
  32.  
  33. I'm not really sure if its worth continuing this library - after all it has
  34. limited use, but if you want it, then just tell me.
  35.  
  36. Steve.
  37.  
  38. +---------------------------------------------------------------------------+
  39. | Steven Matty from Reflective Images| Gripes : That Friggin' Clown Game Won|
  40. |====================================+======================================|
  41. | A1200/340HD/6Mb/33FPU/Blitz        | Current Project : Fired Guns         |
  42. | Soon to be A1200/340/6Mb/33FPU/030 | [#:::::::::::::::::::::::::::::::::] |
  43. |                                    | Current Project : Shapes Lib         |
  44. | sis3147@sisvax.sis.port.ac.uk      | [##################::::::::::::::::] |
  45. |                                    | Current Project : BlitzLibs v3.2     |
  46. | <<Ego? Woss that then?>>           | [###########################:::::::] |
  47. \____________________________________|______________________________________/
  48.